aligning workflow source proto with storage service#285
Conversation
|
|
👋 patrickhuie19, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
The latest Buf updates on your PR. Results from workflow Regenerate Protobuf Files / buf (pull_request).
|
| string don_family = 10; | ||
| // managed_by is the origin of this workflow (CLI, CREC, etc.) | ||
| WorkflowManagedBy managed_by = 11; | ||
| string organization_id = 12; |
There was a problem hiding this comment.
can we change the order to match here?
shileiwill
left a comment
There was a problem hiding this comment.
confirmed with Patrick that the order doesnt matter since the generated types dont care about the order of fields.
Splitting the difference.